NovicoSoft Trade Manager

User Guide


Installation

Install NovicoSoft Trade Manager as detailed in the Installation Guide.


Introduction

The NovicoSoft Trade Manager makes trading easier and intuitive. The trade manager has the following main features:



NovicoSoft Trade Manager EA

The NovicoSoft Trade Manager is provided as a MetaTrader Expert Advisor (EA). The NovicoSoft Trade Manager EA needs to be applied to each chart that is being managed. This can be done either by:


  1. Manually attaching the NovicoSoftTradeManagerEA from the list of available expert advisors to the chart as shown below:


  1. Selecting the NovicoSoftTradeManager template from the list of available chart templates as shown below:


After applying the NovicoSoftTradeManager template, your chart should look similar to this:



Change Display Size

The NovicoSoft trade manager display can be zoomed in or out to make it larger or smaller as required. Press F7 to bring the NovicoSoft Trade Manager EA inputs. Update the value of input variable “DisplayZoomPercent” to zoom in (set value > 100) or out (set value < 100).

The display font can also be changed by updating the value of input variable “DisplayFontSize”.


Please see the section “NovicoSoft Trade Manager Expert Advisor Input Variables” for more details about configuring NovicoSoft trade manager.


Open New Order

Follow the steps below to open a new order using the NovicoSoft Trade Manager.

Step 1 – Specify Order Lot Size

Specify the order Lot Size (volume) by entering one of the following fields:

Field Name

Example

Description
Lots

0.10

This is the order Lot Size (volume) used for the order.

Amount

100.00

This is the amount risked for the order. The order Lot Size is automatically calculated so that if the Stop Loss were to be hit, then the resulting loss will be equal (approximately) to Amount. The MetaTrader account currency is used for amount calculations.

Risk%

1.25

This is the percentage of account balance risked for the order. The order Lot Size is automatically calculated so that if the Stop Loss were to be hit, then the resulting loss will be equal (approximately) to (Risk% x Account Balance) / 100. The MetaTrader account currency is used for amount calculations.

Step 2 – Specify Order Direction (Buy or Sell)

Select the order direction by clicking on BUY or SELL button:

Step 3 – Specify Order Type (Market or Pending)

Select the order type by clicking on MARKET or PENDING button:


Step 4 – (Optional) Specify Order Stop Loss

Specify the order Stop Loss either as pips or as price:

Step 5 – (Optional) Specify Order Profit Target

Specify the order Profit Target either as pips or as price:

Step 6 - Open New Order

Review the order values entered above, and click on the Open New Order button to open the order. The opened order can be seen in the list of existing orders in the Orders section, as seen below:


Modify Existing Order

Follow the steps below to modify an existing order using the NovicoSoft Trade Manager.

Step 1 – Select Existing Order

Select the existing order by locating the order in the Orders section and clicking on the order ticket button.



The existing order details are selected in the order entry panel, as seen below:


Step 2 – Modify Order

Modify order details such as Stop Loss, Profit Target, Open Price (for Pending orders only) as detailed in the previous sections. Click on the Modify button to update the order.

Step 3 – (Optional) Reset Order

To clear the existing order details, click on the Reset button. A new order can now be entered.


Delete or Close Existing Order

Follow the steps below to delete or close an existing order using the NovicoSoft Trade Manager.

Step 1 – Select Existing Order

Select the existing order by locating the order in the Orders section and clicking on the order ticket button. The existing order details are selected in the order entry panel.


Step 2 – Delete or Close Order

Depending on the order type selected, either the Delete button or the Close button is shown:


Display & Management of Order Price Chart Lines

Order prices such as Open at Price, Stop Loss and Profit Target are displayed as lines on the chart. These lines can be moved around on the chart to change the respective order prices, as seen below:



Note: It is recommended to enable the MetaTrader option Use ‘Alt’ key to drag trade levels to avoid the MetaTrader trade levels interfering with the NovicoSoft Trade Manager price lines, when the price lines are being dragged. To enable this MetaTrader option, use menu Tools->Options and navigate to tab Charts.

Order Information Display

For a New Order or an Existing Order, a host of valuable information for the order is displayed such as Risk/Reward Ratio, Risk Amount and Reward Amount, Risk Pips and Reward Pips.



Show or Hide NovicoSoft Trade Manager Display

NovicoSoft trade manager display can be hidden or shown by clicking on the Show/Hide button, as seen below:



NovicoSoft Trade Manager Expert Advisor Input Variables

The NovicoSoft Trade Manager EA can be configured by changing its input variables. Press F7 to bring the NovicoSoft Trade Manager EA inputs as seen below:



Following is a description of the input variables:


ORDER SIZE DEFAULTS: These variables are used to configure the default order size.


Input Variable

Example Values

Description

OrderSizeType

LOTS |

AMOUNT_RISKED_PER_TRADE | ACCOUNT_BALANCE_PERCENTAGE_RISKED_PER_TRADE

Choose from the following:

LOTS: Use fixed Lot Size (volume) for the order.


AMOUNT_RISKED_PER_TRADE: Use amount risked for the order. The order Lot Size is automatically calculated so that if the Stop Loss were to be hit, then the resulting loss will be equal (approximately) to Amount. The MetaTrader account currency is used for amount calculations.


ACCOUNT_BALANCE_PERCENTAGE_RISKED_PER_TRADE: Use percentage of account balance risked for the order. The order Lot Size is automatically calculated so that if the Stop Loss were to be hit, then the resulting loss will be equal (approximately) to (Risk% x Account Balance) / 100. The MetaTrader account currency is used for amount calculations.





OrderSize

0.01

Value for the above order size type.


ORDER TYPE DEFAULTS: These variables are used to configure the default order type.


Input Variable

Example Values

Description

OrderType

MARKET |

PENDING

Choose from the following:

MARKET: Use Market order type.

PENDING: Use Pending order type.




STOP LOSS & PROFIT TARGET DEFAULTS: These variables are used to configure defaults for Stop Loss and Profit Target.


Input Variable

Example Values

Description

StopLossType

PIPS |

PRICE

Choose from the following:

PIPS: Specify Stop Loss as Pips

PRICE: Specify Stop Loss as Price

StopLoss

100.00

Value for the above Stop Loss type.

ProfitTargetType

PIPS |

PRICE

Choose from the following:

PIPS: Specify Profit Target as Pips

PRICE: Specify Profit Target as Price

ProfitTarget

100.00

Value for the above Profit Target type.



ORDER INFORMATION VARIABLES: These variables are used to configure defaults for Stop Loss and Profit Target.


Input Variable

Example Values

Description

ShowOrderConfirmationMessages

true | false

Show a confirmation dialog box before orders are opened, modified, deleted or closed.

UseOrderMagicNumber

0

Use this for MetaTrader order magic number.

UseOrderComment

This is a message…

Use this for MetaTrader order comment.



DISPLAY INFORMATION VARIABLES: These variables are used to configure order display characteristics.

Input Variable

Example Values

Description

DisplayZoomPercent

100

Percent value to zoom the Expert advisor display.

DisplayFontSize

10

Display font size.

DisplayFont

Arial

Display font.

DisplayFontBold

Arial Bold

Display font bold.

TextColor

Black

Text color.

NewOrderPanelBackgroundColor

Silver

New order panel background color.

ExistingOrderPanelBackgroundColor

MediumAquamarine

Existing order panel background color.

SectionHeaderColor

DarkGray

Section header color.

EditBackgroundColor

Silver

Edit background color.

ButtonBackgroundColor

Yellow

Button background color.

UnSelectedButtonTextColor

DarkGray

Un selected button text color.

UnSelectedButtonBackgroundColor

LightGray

Un selected button background color.

SelectedButtonTextColor

White

Selected button text color.

SelectedButtonBackgroundColor

MediumPurple

Selected button background color.

SelectedBuyButtonBackgroundColor

DarkSlateBlue

Selected buy button background color.

SelectedSellButtonBackgroundColor

OrangeRed

Selected sell button background color.

StopLossPriceLineColor

Red

Stop Loss price line color.

ProfitTargetPriceLineColor

Blue

Profit Target price line color.

EnterPriceLineColor

White

Enter Price line color.


Help & Support

If you need any help with installation or usage for the NovicoSoft Trade Manager during the trial period or after purchase, please feel free to contact support at http://NovicoSoft.com